Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.source
Class AnnotationColumn

java.lang.Object
  extended byorg.eclipse.jface.text.source.AnnotationRulerColumn
      extended byorg.eclipse.jface.text.source.AnnotationColumn
All Implemented Interfaces:
IVerticalRulerColumn

Deprecated. use AnnotationRulerColumn instead.

public final class AnnotationColumn
extends AnnotationRulerColumn

Since:
2.0

Constructor Summary
AnnotationColumn(int width)
          Deprecated.  
 
Methods inherited from class org.eclipse.jface.text.source.AnnotationRulerColumn
addAnnotationType, createControl, doPaint, doPaint1, getCachedTextViewer, getControl, getInclusiveTopIndexStartOffset, getModel, getWidth, mouseDoubleClicked, redraw, removeAnnotationType, setFont, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationColumn

public AnnotationColumn(int width)
Deprecated.  

Creates a new AnnotationColumn of the given width.

Parameters:
width - the width of this column

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.